-
Notifications
You must be signed in to change notification settings - Fork 526
[TEST ONLY] #9787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TEST ONLY] #9787
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9787
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ca4646e with merge base 771588a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Hi @huydhn I am just wondering, seems that the secret is empty string here. Do you have any ideas? |
@@ -36,6 +36,7 @@ jobs: | |||
id-token: write | |||
contents: read | |||
with: | |||
secrets-env: EXECUTORCH_MAVEN_SIGNING_KEYID EXECUTORCH_MAVEN_SIGNING_PASSWORD EXECUTORCH_MAVEN_CENTRAL_PASSWORD EXECUTORCH_MAVEN_CENTRAL_USERNAME EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably need line 46 and 48 from https://github.com/pytorch/executorch/blob/main/.github/workflows/apple.yml#L46-L48 too
if: ${{ !github.event.pull_request.head.repo.fork }}
secrets: inherit
@@ -52,6 +55,16 @@ jobs: | |||
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2 | |||
export ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded | |||
|
|||
mkdir -p ~/.gradle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious if these secrets can be used after building the aar archive, or do they need to be set in gradle.properties
before the build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the build, before publish in here: https://github.com/pytorch/executorch/pull/9787/files#diff-bb64d4a0ad63db311f02484469ec3e9c1fc264c8fe6c3e190ec962348af963b3R129
This PR is WIP, and will fix afterwards.
No description provided.